From dbcc1a94cb216e537941f61cd4b53fda6a450cfd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 13 Dec 2023 13:47:14 +0900 Subject: Major Rename on some waybar styles and layouts incorporating my avatar :) In addition, I have added 2 new waybar layouts (ClassySleek Top and Bottom) and Waybar Syles Combining Pywal and Catppuccin Latte hence the word Fusion ;) --- config/waybar/configs/Minimalist Stretch [TOP] | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 config/waybar/configs/Minimalist Stretch [TOP] (limited to 'config/waybar/configs/Minimalist Stretch [TOP]') diff --git a/config/waybar/configs/Minimalist Stretch [TOP] b/config/waybar/configs/Minimalist Stretch [TOP] new file mode 100644 index 00000000..dc519ad9 --- /dev/null +++ b/config/waybar/configs/Minimalist Stretch [TOP] @@ -0,0 +1,40 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### SIMPLE - Long ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 6, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "hyprland/workspaces#pacman", + "custom/separator#blank_2", + "mpris", + "tray", + ], +"modules-center": [ + "clock", + ], +"modules-right": [ + "group/motherboard", + "custom/separator#blank_2", + "group/laptop", + "custom/separator#blank_2", + "group/audio", + "custom/separator#blank_2", + "custom/power", + ], + +} \ No newline at end of file -- cgit v1.2.3